home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / linux-image-3.2.0-4-686-pae / include-modules < prev    next >
Encoding:
Text File  |  2012-06-03  |  330 b   |  14 lines

  1. add_modules() {
  2.   echo '** Loaded modules:' >&3
  3.   # List modules along with any taint flags.
  4.   # We should be able to tell cut to use an empty output delimiter, but
  5.   # currently (coreutils 8.13-3) this results in null bytes in the output.
  6.   cut -d' ' -f1,7 /proc/modules | sed 's/ //' >&3
  7.   echo >&3
  8. }
  9.  
  10. ask_modules() {
  11.   true
  12. }
  13.  
  14.